projects
/
project
/
bcm63xx
/
atf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7aa2183
)
Tegra: set PLAT_LOG_LEVEL_ASSERT macro to LOG_LEVEL_INFO
author
Varun Wadekar
<
[email protected]
>
Thu, 3 Aug 2017 18:38:32 +0000
(11:38 -0700)
committer
Varun Wadekar
<
[email protected]
>
Fri, 18 Jan 2019 17:21:51 +0000
(09:21 -0800)
This patch enables prints from asserts() for release/debug builds
on all Tegra platforms.
Change-Id: Ie256437a325a7c5015a10f55aba2287a91b57bca
Signed-off-by: Varun Wadekar <
[email protected]
>
plat/nvidia/tegra/platform.mk
patch
|
blob
|
history
diff --git
a/plat/nvidia/tegra/platform.mk
b/plat/nvidia/tegra/platform.mk
index 33548b7201cdb6acfc803beae445da9c07a5a76d..37b941ec4cfb95940234e2968ed5e68d86f31185 100644
(file)
--- a/
plat/nvidia/tegra/platform.mk
+++ b/
plat/nvidia/tegra/platform.mk
@@
-12,6
+12,8
@@
$(eval $(call add_define,CRASH_REPORTING))
# enable assert() for release/debug builds
ENABLE_ASSERTIONS := 1
+PLAT_LOG_LEVEL_ASSERT := 40
+$(eval $(call add_define,PLAT_LOG_LEVEL_ASSERT))
# enable dynamic memory mapping
PLAT_XLAT_TABLES_DYNAMIC := 1